home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1988 / 02 / readme6.2 < prev    next >
Text File  |  1988-03-03  |  4KB  |  76 lines

  1. The source code files on this disk are from Programmer's Journal,
  2. Volume 6.2, March/April 1988. The files are identical to those
  3. published in the magazine.  The copyrights are held by the
  4. programs' authors, as noted in the files.  All other rights are
  5. reserved by Oakley Publishing Company, 1988.  No one may
  6. commercially distribute these files.  Every effort has been made
  7. to assure that the program files are correct and complete.  No
  8. guarantee, express or implied, is offered as to the correctness
  9. of the files, nor to the fitness of the programs for any purpose
  10. whatsoever.
  11.  
  12. The files from Volume 6.2 are:
  13.  
  14.      ONGRAF62.L1    Michael Abrash, Yet Another VGA Write Mode
  15.      ONGRAF62.L1 
  16.      ONGRAF62.L3
  17.      TSR.C          Michael Young, Turbo C TSR
  18.      TSR.H
  19.      TSRDEM.C 
  20.  
  21. The C benchmark files used for M. Steven Baker's "80386 Software
  22. Development" on the Accessory Disk are:
  23.  
  24.      CBENCH.arc     The integer benchmark source files, executable 
  25.                     versions using Microsoft C 5.0 and MetaWare 
  26.                     High C-386 version 1.4, and batch files to 
  27.                     create them.
  28.  
  29.      BISON.arc      The original source files from the Free Software 
  30.                     Foundation (GNU Project) for BISON ( a YACC 
  31.                     replacement)--except that the filenames have 
  32.                     necessarily been shortened from UN*X to DOS 
  33.                     conventions.
  34.  
  35.      MWBISON.arc    Several revised source files to operate under 
  36.                     MS-DOS and be compiled using MetaWare High C-386 
  37.                     and linked using the Phar Lap 386|LINK linker, 
  38.                     along with an executable 80386 version (BISON.PLX) 
  39.                     in the Phar Lap format.  The PLX extension is that 
  40.                     required by the A.I. Architects OS386 DOS 
  41.                     extender; however, for use with the Phar Lap 
  42.                     DOS-EXTENDER, change the extension to .EXP.  
  43.  
  44.      DOSBISON.arc   Several revised source files to operate under 
  45.                     MS-DOS and be compiled using Microsoft C 5.0.  
  46.                     This compiled and linked fine, but the executable 
  47.                     file crashes.  The problem is with either the 
  48.                     original source code, which was written in an 
  49.                     environment with 32-bit integers; the Microsoft 
  50.                     run-time library; or the size of the code and 
  51.                     data areas required.  This is left as an exercise 
  52.                     for some energetic programmer to get functioning.
  53.  
  54.      CGRAM.arc      This archive contains PARSE.Y, a sample input 
  55.                     test file for the BISON parser generator.  This 
  56.                     particular sample parser is the C Parser from the 
  57.                     November Beta release of the Free Software 
  58.                     Foundation (GNU Project) GCC C Compiler Version 
  59.                     1.15.  BISON.PLX processed this input file and 
  60.                     gave identical results to the output provided 
  61.                     on the Free Software Foundation distribution tape.  
  62.                     One of the sample output files is also included.
  63.  
  64.  
  65. If you want to subscribe to Programmer's Journal, order back
  66. issues, or buy one of our nifty T-Shirts, please write to:
  67.  
  68.                       Programmer's Journal
  69.                       PO Box 30160
  70.                       Eugene, OR 97403
  71.  
  72.               or call (503) 747-0800.
  73.  
  74. Subscriptions are only $19.95 annually (six issues).  We welcome
  75. your comments about the magazine and the code.  Please let us
  76. know what you think, at the address given above.